PutMessage
(<DeviceId>, "<String>")
Places
a string into the message queue of the
specified device.
Parameters
<DeviceId>
The
device into which the message has to be given.
<String>
The
message given to the device.
Return
Value
Remarks
Example
PutMessage("Hello World")
Places
"Hello world" into the message queue of the
current device.
PutMessage(10,"Hello World")
- Puts
"Hello World" into the message queue of
device
10. In the absence of such a device, the script jumps on to ONSYSTEMERROR.